home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / iconv8_e.arc / ASH.HLP < prev    next >
Text File  |  1985-11-20  |  6KB  |  105 lines

  1.  
  2.                ASH V0.76 : Copyright (c) 1986,1987 CSL/jdn
  3.  
  4. This is V0.76 of the ASH help file.  If the program you're using isn't
  5. V0.76 there's a good chance some of the features won't work as documented
  6. in this help file.
  7.  
  8. ASH is shareware and you're welcome to copy it and pass it along to as many
  9. people as you want.  Please include the copyright notice above in all
  10. associated files.  Read the 'whowhat' help section at the end of this file
  11. for more information.  Thanks.
  12.  
  13. ◆:genhelp
  14.  
  15. QUICK (1 key) COMMANDS
  16. ESC        - enter history edit mode
  17. UP ARROW   - enter history edit mode with the previous command
  18. ^L         - list the command history buffer
  19. ^R [n-m]   - repeat the last or 'n' through 'm'th commands
  20. ^W         - display the what and who message
  21. ^P         - toggle the prompt between drive and working directory
  22. ^B         - toggle the cursor between blinking and steady
  23. ^V         - toggle the cursor between visible and invisible
  24. BS/^H      - erase the last character typed
  25. ^X/^U      - abort the current line being typed
  26. ^C         - abort the current running command
  27. ^D/^Z      - exit this program fast
  28. UNDO       - exit with a confirmation
  29. CLR/HOME   - clear the screen/home the cursor
  30. HELP       - display this help message
  31.  
  32. BUILT-IN COMMANDS (try '-?')
  33. date [mm/dd/yy] [hh:mm:ss]     - display or set the current date and/or time
  34. set [var=value ...]            - list all set variables or set 'var'iables
  35. unset var [var ...]            - unset or delete set 'var'iables
  36. echo [-n] [arg ...]            - echo 'arg'uments to the screen
  37. pause                          - pause until a carriage return is typed
  38. find [-n] pat file [file ...]  - find lines in 'file's containing 'pat'tern
  39. cmp file1 file2                - compare file1 and file2 line by line
  40. where cmd [cmd ...]            - locate commands
  41. rez {-l | -m}                  - change the screen resolution
  42. color {-f | -b} [RGB]          - change the foreground or background color
  43. ls [-s] [-l] [-h] [d:][file]   - display directory information about 'file's
  44. df [-t] [d: ...]               - display the free space on drives
  45. cat [-n] file [file ...]       - display 'file's on the screen
  46. opr [-n] [-oN] file [file ...] - print 'file's on the printer
  47. cp file1 file2                 - copy 'file1' to 'file2'
  48. cp file1 ... filen dir         - copy files '1' through 'n' to 'dir'ectory
  49. mv file1 file2                 - move 'file1' to 'file2'
  50. mv file1 ... filen dir         - move files '1' through 'n' to 'dir'ectory
  51. rm [-i] file [file ...]        - remove or erase 'file's
  52. attr {-w | -r} file [file ...] - set 'file's write or read only attributes
  53. cd dir                         - change the current working 'dir'ectory
  54. pwd                            - display the current working directory
  55. mkdir dir [dir ...]            - make new 'dir'ectories
  56. rmdir dir [dir ...]            - remove empty 'dir'ectories
  57. ◆:edhelp
  58. HISTORY EDIT COMMANDS
  59. UA/-/k    display the previous history line (UA=up arrow)
  60. DA/+/j    display the next history line (DA=down arrow)
  61. LA/BS/h   move left one character (LA=left arrow)
  62. RA/SP/l   move right one character (RA=right arrow)
  63. 0         move to the first character of the current line
  64. ^         move to the first visible character of the current line
  65. $         move to the last character of the current line
  66.           (delimiters: word=non-alphanumeric, WORD=white space)
  67. w/W       move right to the beginning of a word/WORD
  68. e/E       move right to the end of a word/WORD
  69. b/B       move left (back) to the beginning of a word/WORD
  70. ~         change the case (if alphabetic) of the current character
  71. r         replace the current character with another single character
  72. x         cross out the current character
  73. d/D       delete the current character/to the end of line
  74.           (ESC terminates substitute/change/insert/append mode)
  75. s         substitute multiple characters for the current character
  76. c/C       change the current character/to the end of line
  77. i/I       start inserting characters before the current/first character
  78. a/A       start appending characters after the current/last character
  79. CR/LF     execute the current line
  80. ^C/^U/^X  abort this edit
  81. HELP      display this help message
  82. ◆:whowhat
  83.   
  84. ASH is an acronym for 'A SHell'.  It has some of the features I like best
  85. from the shell I use the most.  The ASH document file 'ash.doc' contains
  86. detailed information on ASH and its commands, and the pHELPq key has a few
  87. screens of information that are helpful.  ASH is shareware and you're
  88. welcome to copy it and pass it along to as many people as you want.  Please
  89. include the copyright notice above in all associated files.  To contact me
  90. about ASH use the following address:
  91.   
  92.                         CSL, ATTN: ASH
  93.                         Jerry Nowlin
  94.                         318 N. Center Street
  95.                         Plano, IL  60545
  96.   
  97. ASH will probably never be 'finished' so any and all comments are welcome.
  98. It's something that some of us (me), who prefer typing to clicking, needed
  99. to be productive.  It isn't perfect so please report any problems.  If you
  100. like ASH, you can report that too.  If you like it enough to use it on a
  101. regular basis you can even send along a few bucks.  This will put your name
  102. on the registered ASH user list and will enable me to notify you of any
  103. major bug fixes or new releases.  It will also help my wife appreciate the
  104. hours I spend in front of my ST.  Pass it on.  Thanks.
  105.